home *** CD-ROM | disk | FTP | other *** search
/ Hacker 5 / HACKER05.ISO / Sucelje.cst / 00056_Script_Hold on Current Frame < prev    next >
Text File  |  1998-03-04  |  509b  |  18 lines

  1. -- Frame    Hold on Current 
  2.  
  3. -- Nav
  4.  
  5.  
  6. -- This can be a frame script or sprite script,
  7. -- drag it into the frame script cell to have the movie loop on the current frame
  8. -- or drag it to a sprite to have the same effect.
  9.  
  10.  
  11. on exitFrame
  12.   go the frame
  13. end
  14.  
  15. on getBehaviorDescription  
  16.   return ¼
  17. "Loops the Playback Head on the current frame to pause the movie. All interactive elements in the frame continue to function.  Drag to a sprite or frame in the script channel.  No parameters."  
  18. end